php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#147310 - 09/14/01 11:22 PM [6.1x] ICQ Hack v1.0a Beta
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Name:ICQ Hack v1.0a Beta

Description:Adds a part in the post where you can add the ICQ User, Message the ICQ user and also see if there online, offline or away. This also adds a ICQ icon so you can easily add users with one click.

Original Creator: Pietro

Ported to 6.1 By:Lord Dexter.

Tested On::UBB 6.1.0 Beta 1.2

Download:Removed, Working on Bug fixes for it. v1.0b will be available soon.

Please report bugs or ideas for this hack here!

[ 09-16-2001: Message edited by: Lord Dexter ]

[ 09-24-2001: Message edited by: Lord Dexter ]

Top
#147311 - 09/15/01 05:33 AM Re: [6.1x] ICQ Hack v1.0a Beta
StealthAngel Offline
Member

Registered: 09/10/01
Posts: 80
Thnx gonna install now, will repot any bugs smile
_________________________

Top
#147312 - 09/15/01 05:35 AM Re: [6.1x] ICQ Hack v1.0a Beta
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
I Just upgraded the readme with a few bugfixes. Use that one to install if you see this message before you install it.

Top
#147313 - 09/15/01 06:20 AM Re: [6.1x] ICQ Hack v1.0a Beta
StealthAngel Offline
Member

Registered: 09/10/01
Posts: 80
_________________________

Top
#147314 - 09/15/01 06:42 AM Re: [6.1x] ICQ Hack v1.0a Beta
StealthAngel Offline
Member

Registered: 09/10/01
Posts: 80
can I use this icon instead of the basic?



[ 09-15-2001: Message edited by: StealthAngel ]
_________________________

Top
#147315 - 09/15/01 07:08 AM Re: [6.1x] ICQ Hack v1.0a Beta
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
I'll have to edit the code so the icon will read from the NONcgi directory and not the ICQ site where that Image comes from.

[ 09-15-2001: Message edited by: Lord Dexter ]

Top
#147316 - 09/15/01 07:13 AM Re: [6.1x] ICQ Hack v1.0a Beta
StealthAngel Offline
Member

Registered: 09/10/01
Posts: 80
ok..just read your edit tipsy

[ 09-15-2001: Message edited by: StealthAngel ]
_________________________

Top
#147317 - 09/15/01 07:17 AM Re: [6.1x] ICQ Hack v1.0a Beta
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Ok open up public_topic_page.pl

Find:

Code:
code:


Replace with:

Code:
code:


I'm not sure about this though, just try it and upload that image into your NONCGI directory as icq.gif. Make sure you make a BACKUP of this file.

[ 09-15-2001: Message edited by: Lord Dexter ]

Top
#147318 - 09/16/01 06:00 PM Re: [6.1x] ICQ Hack v1.0a Beta
StealthAngel Offline
Member

Registered: 09/10/01
Posts: 80
nope doesnt wrk
_________________________

Top
#147319 - 09/16/01 06:30 PM Re: [6.1x] ICQ Hack v1.0a Beta
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Whoa boy, XHTML alert...worst HTML coding i've seen since the first incarnation of UBB Code Hackers hideout.

Top
#147320 - 09/16/01 07:03 PM Re: [6.1x] ICQ Hack v1.0a Beta
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Quote:
quote:


hmmmm.... I think that was charles's work... heheh
_________________________
- Allen wavey
- What Drives You?

Top
#147321 - 09/16/01 07:17 PM Re: [6.1x] ICQ Hack v1.0a Beta
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Sorry. shocked It was my first try at a hack, guess I'm not good enough to be coding any hacks. Please close/delete if you want I don't mind.

[ 09-16-2001: Message edited by: Lord Dexter ]

Top
#147322 - 09/16/01 07:36 PM Re: [6.1x] ICQ Hack v1.0a Beta
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
smile
It's not that.. just clean up the html. I haven't even looked at it, but am interested when we can begin adding modifications to this site smile

Since we're in this extended beta, now's the time to learn smile

[edit: ok, checked the html.. it isn't bad, just doesn't follow xhtml constructs.
  • Lowercase all tags - <A HREF= shoud be <a href=
  • Close all tags -
    should be
  • Quote all values - <IMG SRC='http://wwp.icq.com/scripts/online.dll?icq=$this_icq&img=9' border='0'> should be: <img src="http://wwp.icq.com/scripts/online.dll?icq=$this_icq&img=9" border="0" />



Finish the wordlets toward the bottom and you are pretty close to having a finished modification.

[ 09-16-2001: Message edited by: AllenAyres ]
_________________________
- Allen wavey
- What Drives You?

Top
#147323 - 09/16/01 07:43 PM Re: [6.1x] ICQ Hack v1.0a Beta
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Code:
code:


Thats better coding.
br needs to be br /
all lowercase letters need to be used.
etc..

Top
#147324 - 09/16/01 10:16 PM Re: [6.1x] ICQ Hack v1.0a Beta
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Thanks for that AA and MM, I updated the file. If you spot any code typos or bugs please inform me and I will fix them ASAP.

Top
#147325 - 09/16/01 10:47 PM Re: [6.1x] ICQ Hack v1.0a Beta
gbboy Offline
Junior Member

Registered: 02/20/01
Posts: 17
Loc: Australia
Gonna add this one as well.
_________________________
--------------------

Top
#147326 - 09/22/01 01:23 AM Re: [6.1x] ICQ Hack v1.0a Beta
Aceman Offline
Junior Member

Registered: 07/13/01
Posts: 13
Tested On::UBB 6.1.0 Beta 1.2


I've tried to install this on Beta 1.4 and it didn't work? Anyone possibly working on a revision? or am I just missing something.. ???

Aceman
Admin/Owner
Scifi-Meshes.com

http://www.scifi-meshes.com/ubb/ultimatebb.cgi

Top
#147327 - 09/22/01 05:48 AM Re: [6.1x] ICQ Hack v1.0a Beta
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
StealthAngel installed it on a Beta 1.4 and it worked, but I'll test it on my Beta 1.4 to see if it works just incase. Whats the problem, just won't appear?

Top
#147328 - 09/22/01 05:16 PM Re: [6.1x] ICQ Hack v1.0a Beta
Aceman Offline
Junior Member

Registered: 07/13/01
Posts: 13
I will completely rehack this back into my boards again and relay weather or not it worked.. If memory servers.. it didn't show up and I kept getting Compliation errors like.. error at line 127.. etc.. I'll try again and let you know.

Top
#147329 - 09/22/01 07:51 PM Re: [6.1x] ICQ Hack v1.0a Beta
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
EDIT::I think I found the prob, the XHTML updated code isn't working, I have removed the link till I figure out the problem, v1.0b will be available soon1

[ 09-24-2001: Message edited by: Lord Dexter ]

Top
#147330 - 10/08/01 06:25 AM Re: [6.1x] ICQ Hack v1.0a Beta
Rumata Offline
Junior Member

Registered: 08/20/01
Posts: 3
A newbie question: why do i need to close the "br" tag? In other words why should i write "
" and not "
" ???

Top
#147331 - 10/08/01 07:06 AM Re: [6.1x] ICQ Hack v1.0a Beta
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
You don't have to, but that's how it is in XHTML, a HTML standard.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#147332 - 09/14/04 08:42 AM Re: [6.1x] ICQ Hack v1.0a Beta
sws Offline
Junior Member

Registered: 09/14/04
Posts: 1
thanks

Top
Page 1 of 2 1 2 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks